Operation void checkAccess (), in Class Thread

Documentation

* Determines if the currently running thread has permission to
* modify this thread.
* <p>
* If there is a security manager, its <code>checkAccess</code> method
* is called with this thread as its argument. This may result in
* throwing a <code>SecurityException</code>.
*
* @exception SecurityException if the current thread is not allowed to
* access this thread.
* @see java.lang.SecurityManager#checkAccess(java.lang.Thread)
* @since JDK1.0


ConcurrencySequentialExport ControlPublicAccess



Property Settings

Java
AbstractFalseStaticFalse
FinalFalseNativeFalse
SynchronizedFalse